color of the text

I would to change the color of the text to distinguish them from ordinary text, but the only mode to do this is edit the Rich Text and to change the format.
Does exit some feature to do this more easy?

thanks in advance
SystemAdmin - Fri Mar 23 06:13:44 EDT 2012

Re: color of the text
SystemAdmin - Fri Mar 23 06:27:51 EDT 2012

Do you mean that e.g. the object text shall be presented in red if the object contains a requirement and black otherwise, and you have an attribute that tells you about whether the current object is a requirement or not?

This can be done using column properties.
Have a look at the DOORS Help --> Index --> Color-coding data.
Hope this helps
Mike

Re: color of the text
llandale - Fri Mar 23 12:10:17 EDT 2012

SystemAdmin - Fri Mar 23 06:27:51 EDT 2012
Do you mean that e.g. the object text shall be presented in red if the object contains a requirement and black otherwise, and you have an attribute that tells you about whether the current object is a requirement or not?

This can be done using column properties.
Have a look at the DOORS Help --> Index --> Color-coding data.
Hope this helps
Mike

I emphasize that this displays it in another color, but does not actually change the color.

You define the attr-type "IsReq" enumerations such that "true" is associated with red, and "false" is associated with black. You display the main column, and in its properties tell it to use color as per the IsReq attribute.

-Louie